Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@matheusfaustino
matheusfaustino / steam_deck_install_yay.sh
Created April 4, 2024 20:18
Install YAY on steam deck commands
# Allow to write over file system (steam os block)
sudo steamos-readonly disable
# Ensure we have the keys updated
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --populate holo
sudo pacman -S glibc linux-api-headers
# Install git and base-devel dependencies
@toobeetootee
toobeetootee / 2b2t_Media.md
Last active April 30, 2026 23:55
Curated list of 2b2t media from across the web

Header Hausemaster Approved

⌚ Updated 4 July 2016
💀 I collect 2b2t resources. I am not responsible for the content/language of external links.
2b2t Websites

What You're Building

A personal backend platform — a self-hosted system that collects, stores, and serves your personal data through a unified API. Single-user only (yours). Think of it as your own private backend that powers a web UI, mobile apps, browser extensions, and an AI assistant that can query and modify your data.

Core idea: Instead of scattered scripts and one-off tools, you have one extensible system that owns all your data.


This page is a curated collection of Jupyter/IPython notebooks that are notable for some reason. Feel free to add new content here, but please try to only include links to notebooks that include interesting visual or technical content; this should not simply be a dump of a Google search on every ipynb file out there.

Important contribution instructions: If you add new content, please ensure that for any notebook you link to, the link is to the rendered version using nbviewer, rather than the raw file. Simply paste the notebook URL in the nbviewer box and copy the resulting URL of the rendered version. This will make it much easier for visitors to be able to immediately access the new content.

Note that Matt Davis has conveniently written a set of bookmarklets and extensions to make it a one-click affair to load a Notebook URL into your browser of choice, directly opening into nbviewer.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 30, 2026 23:44
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@michaelficarra
michaelficarra / roadmap.md
Last active April 30, 2026 23:42
iterator built-ins roadmap